dundas.controls.DataCubeGridTemplateAdorner Class

 

Inheritance Hierarchy

 
Class
   dundas.EventDisposable
      dundas.controls.GridTemplateAdorner
         dundas.controls.DataCubeGridTemplateAdorner
 

Properties

 
  Name Description
activeZIndex The z-index of this template layer when it is selected Inherited from dundas.controls.GridTemplateAdorner.
canvas Retrieve or Set the canvas that this adorner is attached to. Inherited from dundas.controls.GridTemplateAdorner.
cellSpacingHorizontal Inherited from dundas.controls.GridTemplateAdorner.
cellSpacingVertical Inherited from dundas.controls.GridTemplateAdorner.
cellsPaddingHorizontal Inherited from dundas.controls.GridTemplateAdorner.
cellsPaddingVertical Inherited from dundas.controls.GridTemplateAdorner.
columns Inherited from dundas.controls.GridTemplateAdorner.
designSurface Inherited from dundas.controls.GridTemplateAdorner.
hoverProximityThreshold Inherited from dundas.controls.GridTemplateAdorner.
id Inherited from dundas.controls.GridTemplateAdorner.
isActive Inherited from dundas.controls.GridTemplateAdorner.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.EventDisposable.
referenceGrid Gets the reference grid Inherited from dundas.controls.GridTemplateAdorner.
resizerVisible Gets or sets the value to display to resizer or not. Inherited from dundas.controls.GridTemplateAdorner.
rows Inherited from dundas.controls.GridTemplateAdorner.
templateCellAndGroups Gets the arranged cells and groups. Inherited from dundas.controls.GridTemplateAdorner.
templateCells Inherited from dundas.controls.GridTemplateAdorner.
templateGridContainer Inherited from dundas.controls.GridTemplateAdorner.
uiCache Gets the UI cache table Inherited from dundas.EventDisposable.
visible Inherited from dundas.controls.GridTemplateAdorner.
 
 

Methods

 
  Name Description
addTemplateCells add template cells, must conform to current grid dimensions Inherited from dundas.controls.GridTemplateAdorner.
adjustCellSpacing Adjust the cell spacings. Inherited from dundas.controls.GridTemplateAdorner.
bind Bind an event to this class object. Inherited from dundas.EventDisposable.
checkAllCellsAdjacent Check cells of cellsToCheck are always beside another cell. Inherited from dundas.controls.GridTemplateAdorner.
checkCellsAreRectangular Check the cells of cellsToCheck and make sure the cells form a rectangular block. Inherited from dundas.controls.GridTemplateAdorner.
checkCellsMergable Check if the cells are merge-able. Inherited from dundas.controls.GridTemplateAdorner.
checkIsCellAdjacent Check if toBeChecked is adjacent to target Inherited from dundas.controls.GridTemplateAdorner.
clearClosestCellHint Clear the hint for the closest cell. Inherited from dundas.controls.GridTemplateAdorner.
clearSelection Clear all template cells selections. Inherited from dundas.controls.GridTemplateAdorner.
clearTemplateCellBorderHint Clear all border hints. Inherited from dundas.controls.GridTemplateAdorner.
dispose Inherited from dundas.EventDisposable.
findColumnSpanDividingCell Find the template Cell that is responsible for requiring a column resizer. Inherited from dundas.controls.GridTemplateAdorner.
findRowSpanDividingCell Find the template Cell that is responsible for requiring a row resizer. Inherited from dundas.controls.GridTemplateAdorner.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
generateTemplate Inherited from dundas.controls.GridTemplateAdorner.
getCellById Retrieve the viewmodel of a cell or a cell group. Inherited from dundas.controls.GridTemplateAdorner.
getClonedGrid Get a DOM grid. Inherited from dundas.controls.GridTemplateAdorner.
getClosestTemplateCell Retrieves the closest templateCell relative to toCheckRectangle. Inherited from dundas.controls.GridTemplateAdorner.
getColumnWidth Inherited from dundas.controls.GridTemplateAdorner.
getRowDeterminingCells Inherited from dundas.controls.GridTemplateAdorner.
getRowHeight Inherited from dundas.controls.GridTemplateAdorner.
getSelectedCells Inherited from dundas.controls.GridTemplateAdorner.
getTemplateCellsOfGroup Get the templateCells of a group. Inherited from dundas.controls.GridTemplateAdorner.
getTemplateCellsRectangle Retrieve a hash table of data about the template cells' dimensions and position Inherited from dundas.controls.GridTemplateAdorner.
groupTemplateCells Group the specified template cells. Inherited from dundas.controls.GridTemplateAdorner.
hide Inherited from dundas.controls.GridTemplateAdorner.
mergeTemplateCells Merge template cells. Inherited from dundas.controls.GridTemplateAdorner.
modifyColumnWidth Change a column width. Inherited from dundas.controls.GridTemplateAdorner.
modifyRowHeight Change a row height. Inherited from dundas.controls.GridTemplateAdorner.
prepareCellContainers Inherited from dundas.controls.GridTemplateAdorner.
raiseBindEvent Fire the event specified with eventName, or subscribe a handler. Inherited from dundas.EventDisposable.
resizeAdorner Notify that the adorner is resized. Inherited from dundas.controls.GridTemplateAdorner.
setTemplateCells Sets the template cell of this grid template adorner. Inherited from dundas.controls.GridTemplateAdorner.
show Inherited from dundas.controls.GridTemplateAdorner.
showClosestTemplateCellHint Shows a hovering indicator hint on the closest templateCell relative to toCheckRectangle. Inherited from dundas.controls.GridTemplateAdorner.
showTemplateCellBorderHint Inherited from dundas.controls.GridTemplateAdorner.
showTemplateCellHint Shows a hovering indicator hint on the templateCell. Inherited from dundas.controls.GridTemplateAdorner.
splitSelectedCell Split the selected template cell. Inherited from dundas.controls.GridTemplateAdorner.
subscribe Subscribe or unsubscribe an event handler for an event. Inherited from dundas.EventDisposable.
subscribeCellLockChanged Inherited from dundas.controls.GridTemplateAdorner.
subscribeCellSelected Inherited from dundas.controls.GridTemplateAdorner.
subscribeDisposed Subscribe to the disposed event. Inherited from dundas.EventDisposable.
subscribeGridSizeChanged Inherited from dundas.controls.GridTemplateAdorner.
subscribeOnce Subscribe a one time event handler for an event. Inherited from dundas.EventDisposable.
subscribeResizerVisibleChanged Inherited from dundas.controls.GridTemplateAdorner.
subscribeTemplateCellResized Subscribe a handler for the templateCellResized event. Inherited from dundas.controls.GridTemplateAdorner.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
trigger Raise an event. Inherited from dundas.EventDisposable.
unbind Unsubscribe an event. if handler is specified, unsubscribe that handler. if no parameters are specified, unbind everything. Inherited from dundas.EventDisposable.
unbindAll unsubscribe all events. Inherited from dundas.EventDisposable.
ungroupTemplateCells Ungroup a template cell group. Inherited from dundas.controls.GridTemplateAdorner.
updateCellDimensionPosition Inherited from dundas.controls.GridTemplateAdorner.